home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-13 | 586 b | 32 lines | [TEXT/CWIE] |
- /*
- File: ODSetup.r
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 6/23/96 NP first checked in
-
- To Do:
- */
-
- #ifndef _SHELLDEF_
- #include "ShellDef.h"
- #endif
-
- include "DocStub.rsrc" 'SIZE'(kDocStubSIZEID);
-
- include "Shell.rsrc" 'STR '(kSHLSystemProcessNameResID);
- include "Shell.rsrc" 'STR '(kSHLLauncherNameResID);
-
- #if GENERATING68K
- include "OpenDoc™ 68K.rsrc" 'STR#'(kODXLibsFldrStrID);
- #else
- include "OpenDoc™ PPC.rsrc" 'STR#'(kODXLibsFldrStrID);
- #endif
-
-